internal/runtime/maps.table.growthLeft (field)

37 uses

	internal/runtime/maps (current package)
		runtime_fast32_swiss.go#L292: 				t.growthLeft++ // will be decremented below to become a no-op.
		runtime_fast32_swiss.go#L296: 			if t.growthLeft == 0 {
		runtime_fast32_swiss.go#L301: 			if t.growthLeft > 0 {
		runtime_fast32_swiss.go#L308: 				t.growthLeft--
		runtime_fast32_swiss.go#L430: 				t.growthLeft++ // will be decremented below to become a no-op.
		runtime_fast32_swiss.go#L434: 			if t.growthLeft > 0 {
		runtime_fast32_swiss.go#L441: 				t.growthLeft--
		runtime_fast64_swiss.go#L292: 				t.growthLeft++ // will be decremented below to become a no-op.
		runtime_fast64_swiss.go#L296: 			if t.growthLeft == 0 {
		runtime_fast64_swiss.go#L301: 			if t.growthLeft > 0 {
		runtime_fast64_swiss.go#L308: 				t.growthLeft--
		runtime_fast64_swiss.go#L469: 				t.growthLeft++ // will be decremented below to become a no-op.
		runtime_fast64_swiss.go#L473: 			if t.growthLeft > 0 {
		runtime_fast64_swiss.go#L480: 				t.growthLeft--
		runtime_faststr_swiss.go#L363: 				t.growthLeft++ // will be decremented below to become a no-op.
		runtime_faststr_swiss.go#L367: 			if t.growthLeft == 0 {
		runtime_faststr_swiss.go#L372: 			if t.growthLeft > 0 {
		runtime_faststr_swiss.go#L379: 				t.growthLeft--
		runtime_swiss.go#L292: 					t.growthLeft++ // will be decremented below to become a no-op.
		runtime_swiss.go#L299: 				if t.growthLeft > 0 {
		runtime_swiss.go#L317: 					t.growthLeft--
		table.go#L47: 	growthLeft uint16
		table.go#L106: 	t.growthLeft = t.maxGrowthLeft()
		table.go#L326: 			t.growthLeft++ // will be decremented below to become a no-op.
		table.go#L330: 		if t.growthLeft == 0 {
		table.go#L335: 		if t.growthLeft > 0 {
		table.go#L352: 			t.growthLeft--
		table.go#L382: 	if t.growthLeft == 0 {
		table.go#L412: 			t.growthLeft--
		table.go#L473: 					t.growthLeft++
		table.go#L583: 			t.growthLeft++
		table.go#L594: 	return (t.capacity*maxAvgGroupLoad)/abi.SwissMapGroupSlots - t.used - t.growthLeft
		table.go#L600: 	if t.used == 0 && t.growthLeft == mgl { // no current entries and no tombstones
		table.go#L611: 	t.growthLeft = mgl
		table_debug.go#L67: 	if growthLeft != t.growthLeft {
		table_debug.go#L68: 		print("invariant failed: found ", t.growthLeft, " growthLeft, but expected ", growthLeft, "\n")
		table_debug.go#L90: 	growthLeft: `, t.growthLeft, `